﻿/* 轮播图 */
.slideBox{ position:relative; overflow:hidden; margin:0 auto; }
.slideBox .hd{ position:absolute; width: 100%; height:28px; line-height:28px; bottom:0; right:0; text-align: center; z-index:1; }
.slideBox .hd li{ display:inline-block; width:40px; height:6px; border-radius:5px; background:#fff; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox .hd li.on{ background:#fd9002;  }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{ vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(images/focusBg.png) repeat-x; color:#fff;  text-align:left;  }
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5; z-index: 3;  }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


/*产品*/
.productBox .prodctTypeList
{
    text-align: center;
}
.productBox .prodctTypeList li
{
    overflow: hidden;
    display: inline-block;
    margin-bottom: 20px;
}

.productBox .prodctTypeList li a
{
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 17px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0 8px;
    border-radius: 6px;
    background: #007dc0;
    color: #fff;
}

.productBox .prodctTypeList li a:hover
{
    background: #fd9002;
}

.productBox .recommendProductList
{
    margin-top: 30px;
}

.recommendProductList .imgBox
{
    width: 385px;
    height: 320px;
    overflow: hidden;
    display:table-cell;
    text-align: center;
    vertical-align: middle;
    background: #efefef;
}

.recommendProductList .imgBox img
{
    max-width: 100%;
    max-height: 100%;
    position: relative;
    margin: 0 auto;
}

.recommendProductList .textBg
{
    height: 30px;
    background: #000;
    filter: alpha(opacity=60);
    opacity: .6;
    position: relative;
    z-index: 2;
    bottom: 0;
    width: 100%;
    margin-top: -35px;
}

.recommendProductList li
{
    float: left;
    margin-right: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.recommendProductList li:last-child
{
    margin-right: 0px;
}

.recommendProductList li a
{
    font-size: 18px;
    color: #fff;
}

.recommendProductList li span
{
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: -31px;
    position:relative;
    z-index: 3;
}

@media (max-width: 768px) 
{
    .productBox .prodctTypeList li
    {
        width: 50%;
        display: block;
        float: left;
        margin-bottom: 10px;
    }
    
    .productBox .prodctTypeList li a
    {
        line-height: 35px;
        font-size: 16px;
    }
    
    .productBox .recommendProductList
    {
        margin-top: 0px;
    }
    
    .recommendProductList ul
    {
        width: 100%;
    }
    
    .recommendProductList li
    {
        width: 50%;
        height: initial;
        margin-right: 0px;
        margin-bottom: 0px;
        padding: 0px 5px 5px 5px;
    }
    
    .recommendProductList .imgBox
    {
        width: 100%;
        height: auto;
    }
    
    .recommendProductList li a
    {
        font-size: 15px;
    }
}


/*工程*/
.projectBox{
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 3%;
}
.recommendProjectList
{
    position: relative;
    overflow: hidden;
}

.recommendProjectList .imbBox
{
    width: 285px;
    height: 230px;
    overflow: hidden;
    display:table-cell;
    text-align: center;
    vertical-align: middle;
    background: #efefef;
}

.recommendProjectList .imbBox.bigImg{
    width: 592px;
    height: 478px;
}

.recommendProjectList .textBg
{
    width: 285px;
    height: 30px;
    background: #000;
    filter: alpha(opacity=60);
    opacity: .6;
    position: relative;
    z-index: 2;
    bottom: 0;
    margin-top: -30px;
}

.recommendProjectList .imbBox img
{
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
    margin: auto;
}

.recommendProjectList ul{
    margin-right: -19px;
}
.recommendProjectList li
{
    float: left;
    margin-right: 18px;
    margin-bottom: 19px;
    text-align: center;
}

.recommendProjectList li:last-child
{
    margin-right: 0px;
}

.recommendProjectList li a
{
    font-size: 18px;
    color: #fff;
}

.recommendProjectList li span
{
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: -31px;
    position:relative;
    z-index: 3;
    width: 285px;
}
.recommendProjectList li:first-child span{
    width: 592px;

}
.recommendProjectList li:first-child .textBg {
    width: 592px;

}
.projectBox .more {
    text-align: center;
}
.projectBox .more a
{
    margin: 2% auto 0;
    font-size: 16px;
    display: inline-block;
    padding: 0.2em 1em;
    border: 1px solid #aaaaaa;
    background-color: #fff;
    border-radius: 1em;
}

@media (max-width: 768px) 
{
    .recommendProjectList ul
    {
        width: 100%;
    }
    
    .recommendProjectList li
    {
        width: 50%;
        margin-right: 0px;
        margin-bottom: 0px;
        padding: 0px 5px 5px 5px;
        box-sizing: border-box;
        float: left;
    }
    .recommendProjectList .imbBox{
        display: block;
        height: 0 !important;
        padding-bottom: 80%;
    }
    .recommendProjectList li:nth-child(n+5){
        display: none;
    }
    .recommendProjectList .imbBox,
    .recommendProjectList .imbBox.bigImg
    {
        width: 100%;
        padding-bottom: 80%;
    }
    
    .recommendProjectList li a
    {
        font-size: 15px;
    }
    .recommendProjectList li span{
        width: 100% !important;

    }
    .recommendProjectList li .textBg {
        width: 100% !important;

    }
}

/*首页关于我们*/
.aboutBox
{
    height: 500px;
    background:  #007dc0;
    position: relative;
    margin-top: 95px;
    margin-bottom: 50px;
}

.aboutBox .aboutImg
{
    float: left;
    margin-top: -50px;
    margin-bottom: -50px;
    z-index: 2;
    position: relative;
}


.aboutBox .text
{
    float: right;
    width: 580px;
}

.aboutBox .about .aboutTitle
{
    font-size: 30px;
    color: #fd9002;
    font-weight: bold;
    margin-top: 56px;
    text-align: left;
}

.aboutBox .aboutEn
{
    font-size:18px;
    margin-top: 14px;
    color: #fff;
}

.aboutBox .aboutSummary
{
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}

.aboutBox .aboutMore
{
    width: 90px;
    height: 40px;
    background: #fd9002;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.aboutBox .aboutSummary p
{
    text-indent: 2em;
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 16px;
}

.aboutBox .aboutSummary p a
{
    color: #fff;
}

@media (max-width: 768px)
{
    .aboutBox
    {
        background: #0256ac;
        height: initial;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .aboutBox .aboutImg
    {
        margin: 0px;
        width: 100%;
    }
    
    .aboutBox .aboutEn
    {
        text-align: center;
    }
    
    .aboutBox .redDiv
    {
        display: none;
    }
    
    .aboutBox .about .aboutTitle
    {
        margin-top: 10px;
        text-align: center;
        margin-left: 0px;
    }
    
    .aboutBox .text
    {
        width: 100%;
    }
    
    .aboutBox .aboutMore
    {
        float: none;
        position: absolute;
        bottom: 20px;
        left: 40%;
    }
    
    .aboutBox .aboutSummary
    {
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 45px;
        padding: 10px;
        width: initial;
        height: initial;
        font-size: 15px;
    }
}

/*新闻*/
.newsBox
{
    margin-top: 4%;
    overflow: hidden;
    padding-bottom: 50px;
    background-color: #f6f6f6;
}

.newsBox .item
{
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
    color: #fff;
    border: 1px solid #dcdcdc;
    padding-bottom: 1em;
}

.newsBox ul li
{
    height: initial;
    float: left;
    width: 290px;
    margin: 0 5px;
}

.newsBox ul li img
{
    width: 100%;
}

.newsBox .itemTitle
{
    font-size: 14px;
    font-weight: bold;
    text-align:center;
    margin-top: 10px;
    margin-bottom: 8px;
}

.newsBox .itemText
{
    font-size: 12px;
    margin: 0px 15px 1em 15px;
    line-height: 22px;
    color: #666666;
    height: 88px;
    overflow: hidden;
}

.newsBox .newsList
{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.newsBox .newsList .imgBox
{
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.newsBox .newsList .imgBox img
{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.newsBox .pubTime
{
    height: 60px;
    line-height: 60px;
    background: #efefef;
    font-size: 30px;
    color: #aeaeae;
    padding-left: 20px;
}
.newsBox .newsMore{
    text-align: center;
}
.newsBox .newsMore span{
    font-size: 12px;
    display: inline-block;
    padding: 0.2em 1em;
    background-color: #fd9002;
    border-radius: 1em;
    color: #fff;
}
@media (max-width: 768px) 
{
    .newsBox
    {
        padding-bottom: 10px;
    }
    
    .newsBox ul li
    {
        width: 50%;
        margin: 0 0 10px 0;
        padding: 0 5px;
    }
    .newsBox .item
    {
        width: 100%;
    }
   
    .newsBox .itemTitle
    {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .newsBox .itemText
    {
        font-size: 14px;
        margin-bottom: 1em;
    }
    
    .newsBox .pubTime
    {
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        padding-left: 20px;
    }
    
    .newsBox .newsList .imgBox
    {
        width: 100%;
        height: auto;
    }
}

/*相关信息*/
.relativeBox
{
    overflow: hidden;
    padding-bottom: 40px;
}

.relativeBox li
{
    float: left;
    padding: 3px 10px;
    width: 16.6%;
}

.relativeBox .relativeList
{
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
}

@media (max-width: 768px)
{
    .relativeBox li
    {
        width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}


/*友情链接*/
.friendShipBox
{
    overflow: hidden;
    padding-bottom: 40px;
    background: #f6f6f6;
}

.friendShipBox li
{
    float: left;
    padding: 3px 10px;
}

.friendShipBox .friendShipList
{
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
}

@media (max-width: 768px)
{
    .friendShipBox
    {
        display: none;
    }
}


/* 服务 */
.serviceList
{
    overflow: hidden;
}
.serviceList ul
{
    margin: 0 -8px;
}
.serviceList li
{
    width: 16.6%;
    float: left;
    box-sizing: border-box;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
    padding: 1% 0;
    background-color: #f6f6f6;
    text-align: center;
}
.serviceList li img{
    width: 70%;
    margin: 0 auto;
    transition: .7s;
}
.serviceList li span{
    font-size: 16px;
    display: block;
    margin-top: .8em;
}
.serviceList li:hover img{
    transform: rotate(360deg);
}
@media (max-width: 768px)
{
    .serviceList li{
        width: 33.3%;
        border-top: 8px solid #fff;
        border-bottom: 8px solid #fff;
    }
}


/**/
.contactInfo
{
    border: 1px solid #dcdcdc;
    padding: 1.5% 0;
    margin-top: 1em;
    font-size: 30px;
    color: #595959;
    text-align: center;
    position: relative;
}
.contactInfo span
{
    color: #fd9002;
    font-weight: bold;
}
.contactInfo i{
    font-style: normal;
}
.contactInfo .more
{
    font-size: 16px;
    position: absolute;
    display: inline-block;
    padding: 0.2em 1em;
    border: 1px solid #aaaaaa;
    top: -1em;
    left: 50%;
    margin-left: -3em;
    background-color: #fff;
    border-radius: 1em;
}
@media (max-width: 768px)
{
    .contactInfo{
        font-size: 15px;
        padding: 1em 0;
    }
    .contactInfo i
    {
        display: none;
    }
}